parseNumber
From Documentation
The default method:
Number parseNumber(String source, String pattern);
Parses text from the beginning of the given string to produce a number with the given pattern.
There is another extended built-in function, CommonFns.parseNumber(String, String, Locale), not declared in taglib. Parses text from the beginning of the given string to produce a number with the given pattern and locale.
You can call it by EL or declaring a xel-method.
Parameters:
In both default and extended function:
- source - the text to parse
- pattern - the pattern to apply
In extended function only:
- locale - the locale to apply
Version History
Version | Date | Content |
---|---|---|
6.0.1 |